home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / commands / ppaintwindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-12  |  461 b   |  23 lines

  1. /*
  2.  *--- PPaintWindow.h ------------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Thu, Oct 12, 1995 @ 10:48 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9.  
  10. class PPaintWindow
  11. {
  12.  
  13. public:
  14.  
  15.     PPaintWindow(long theWindow = 0L);
  16.  
  17. private:
  18.  
  19.     PPaintWindow();
  20. };
  21.  
  22. // end of PPaintWindow.h
  23.